home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Summary / card_12017.txt < prev    next >
Text File  |  1990-04-09  |  6KB  |  290 lines

  1. -- card: 12017 from stack: in
  2. -- bmap block id: 12040
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: Present Markets
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   show card field id 135
  9. end closeCard
  10.  
  11. on idle
  12.   pass idle
  13. end idle
  14.  
  15.  
  16.  
  17.  
  18. -- part 121 (button)
  19. -- low flags: 00
  20. -- high flags: A003
  21. -- rect: left=417 top=281 right=303 bottom=483
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: GO BACK
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   play harpsichord d4
  33.   visual scroll right
  34.   pop card
  35. end mouseUp
  36.  
  37.  
  38.  
  39.  
  40. -- part 126 (button)
  41. -- low flags: 00
  42. -- high flags: A003
  43. -- rect: left=324 top=281 right=303 bottom=390
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: HELP
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   play harpsichord b4
  55.   visual effect barn door open
  56.   domenu home
  57. end mouseUp
  58.  
  59.  
  60.  
  61.  
  62. -- part 135 (field)
  63. -- low flags: 00
  64. -- high flags: 2004
  65. -- rect: left=325 top=148 right=188 bottom=483
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 21
  70. -- text size: 10
  71. -- style flags: 0
  72. -- line height: 13
  73. -- part name: 
  74.  
  75.  
  76. -- part 131 (field)
  77. -- low flags: 80
  78. -- high flags: 2004
  79. -- rect: left=319 top=59 right=260 bottom=488
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 0
  83. -- font id: 20
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: Target Field
  88.  
  89.  
  90. -- part 152 (button)
  91. -- low flags: 00
  92. -- high flags: 0000
  93. -- rect: left=447 top=28 right=52 bottom=483
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 1011 / 1011
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: New Button
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   play harpsichord c4
  105.   visual effect venetian blinds to gray
  106.   go to card id 5341
  107. end mouseUp
  108.  
  109.  
  110.  
  111.  
  112. -- part 153 (field)
  113. -- low flags: 00
  114. -- high flags: 2004
  115. -- rect: left=31 top=86 right=269 bottom=299
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 0
  119. -- font id: 20
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Target Field
  124.  
  125.  
  126. -- part 159 (button)
  127. -- low flags: 00
  128. -- high flags: 2000
  129. -- rect: left=19 top=16 right=51 bottom=63
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 1008 / 1008
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Home
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   answer "What Do You Want To Print?" with "Cancel" or "Scroll Bar" or "Card"
  141.   if it is "Card" then
  142.     doMenu "Print Card"
  143.   end if
  144.   if it is "Scroll Bar" then
  145.     put card field id 160 into PrintThis
  146.     visual barn door open to card
  147.     go to card "Print Card"
  148.     put PrintThis into card field id 1
  149.   end if
  150.   if it is "Cancel" then
  151.     exit mouseUp
  152.   end if
  153. end mouseUp
  154.  
  155.  
  156.  
  157. -- part 160 (field)
  158. -- low flags: 80
  159. -- high flags: 0007
  160. -- rect: left=37 top=138 right=307 bottom=298
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 0
  164. -- font id: 3
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: Print Field
  169.  
  170.  
  171. -- part 161 (button)
  172. -- low flags: 00
  173. -- high flags: 0000
  174. -- rect: left=31 top=91 right=157 bottom=297
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 0 / 0
  177. -- text alignment: 1
  178. -- font id: 0
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: 
  183. ----- HyperTalk script -----
  184. on mouseUp
  185.   visual dissolve slowly to gray
  186.   go to stack "Higher Education"
  187. end mouseUp
  188.  
  189.  
  190.  
  191.  
  192. -- part 162 (button)
  193. -- low flags: 00
  194. -- high flags: 0000
  195. -- rect: left=31 top=168 right=256 bottom=297
  196. -- title width / last selected line: 0
  197. -- icon id / first selected line: 0 / 0
  198. -- text alignment: 1
  199. -- font id: 0
  200. -- text size: 12
  201. -- style flags: 0
  202. -- line height: 16
  203. -- part name: 
  204. ----- HyperTalk script -----
  205. on mouseUp
  206.   visual dissolve slowly to gray
  207.   go to stack "AppleCD SC:Higher Education"
  208. end mouseUp
  209.  
  210.  
  211.  
  212.  
  213. -- part 163 (field)
  214. -- low flags: 00
  215. -- high flags: 0000
  216. -- rect: left=13 top=30 right=50 bottom=490
  217. -- title width / last selected line: 0
  218. -- icon id / first selected line: 0 / 0
  219. -- text alignment: 1
  220. -- font id: 0
  221. -- text size: 12
  222. -- style flags: 0
  223. -- line height: 16
  224. -- part name: 
  225.  
  226.  
  227. -- part contents for card part 131
  228. ----- text -----
  229.  
  230.   ‚Ä¢  Design and graphic art companies
  231.   ‚Ä¢  Design and graphic departments
  232.      within large organizations
  233.   ‚Ä¢  Copy and printing services
  234.   ‚Ä¢  Small publishers who produce 
  235.       newsletter or campus publications
  236.   ‚Ä¢  Professional Service firms
  237.  
  238.  
  239. -- part contents for card part 135
  240. ----- text -----
  241. Click the Market on the left you would like more information on.
  242.  
  243. -- part contents for card part 153
  244. ----- text -----
  245.  
  246. ‚Ä¢  K-12 and Higher Education
  247.     -  Librarians... for card catalogs and reference 
  248.        databases.
  249.  
  250. ‚Ä¢  Publishing and Presentations
  251.     -  Graphic artists...for clip-art libraries and 
  252.        boilerplate forms.
  253.     -  Authors...for writers tools. (dictionary, 
  254.        thesaurus, ect.)
  255.  
  256.  
  257.  
  258. -- part contents for card part 160
  259. ----- text -----
  260.  
  261. ‚Ä¢  Corporate Accounts...for 
  262.     in-house publications.
  263.  
  264. ‚Ä¢  Government...for Census 
  265.     Bureau population 
  266.     statistics and archives.  
  267.     Also other departments 
  268.     like Transportation and 
  269.     Defense for mapping 
  270.     purposes.
  271.  
  272. ‚Ä¢  Engineering and Science...
  273.    for design specifications    
  274.    and research data storage.
  275.  
  276. ‚Ä¢  Health Card...for drug 
  277.    and diagnostic reference 
  278.    databases etc.
  279.  
  280. ‚Ä¢  Law... for Federal and 
  281.    State code, contract and 
  282.    form boilerplates ect.
  283.  
  284. Since title development and customer awareness will take time to occur, the marketing strategy will be a focussed one, concentrating on the present target markets identified above, which are Apple‚Äôs traditional strongholds.
  285.  
  286.  
  287.  
  288. -- part contents for card part 163
  289. ----- text -----
  290. Present Target Markets